Esx Settings Clusters Software Reports PciDeviceConstraint

Esx Settings Clusters Software Reports PciDeviceConstraint
Esx Settings Clusters Software Reports PciDeviceConstraint

The Esx Settings Clusters Software Reports PciDeviceConstraint schema contain information about PCI device's hardware compatibility certification including details like driver and/or firmware versions and the set of validated features supported

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "firmware_version": "string",
    "firmware_version_match": "string",
    "driver_name": "string",
    "driver_version": "string",
    "supported_features": {
        "supported_features": [
            "string"
        ]
    }
}
string
firmware_version
Optional

Certified Firmware Version.

This property was added in vSphere API 8.0.0.1.

This property will be missing or null - If there is no firware version specified for the device

string
firmware_version_match
Optional

Criteria for matching firmware version

For more information see: Esx Settings Clusters Software Reports FirmwareVersionMatchingCriteria.

This property was added in vSphere API 8.0.0.1.

This property will be missing or null when firmware version is not set

string
driver_name
Optional

Certified Driver Name.

This property was added in vSphere API 8.0.0.1.

This property will be missing or null If there is no driver certification for the device

string
driver_version
Optional

Certified Driver Version(Exact Matching criteria).

This property was added in vSphere API 8.0.0.1.

This property will be missing or null If there is no driver certification for the device.

object
supported_features
Required

Map of solutions and the corresponding features that the device is certified for in the Broadcom Compatibility Guide If map is empty, device is not certified for any specific solutions like vSAN. If Service is set but features are empty, means device is certified for solution. If Service is set and features is also set, means device is certified for specific features

This property was added in vSphere API 8.0.0.1.